home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / comm / portal2.zip / PORTAL.DOC < prev   
Text File  |  1988-03-13  |  4KB  |  93 lines

  1.      The Portal log-on script automates the rather complex 
  2. procedure for logging onto the Portal service.  It will dial the 
  3. Telenet access number, send your PC Pursuit ID and password if 
  4. you have one, and log you on to Portal, and if you like, it will 
  5. set your Portal user option to use your pseudonym (nickname) 
  6. instead of your real name in messages and meetings.
  7.  
  8.      An additional feature of the script file is if the attempt 
  9. to log onto Portal is unsuccessful (usually due to all circuits 
  10. being busy) it will keep trying until it gets through.  The 
  11. PORTAL.CMD file for both Procomm 2.4 and Procomm+ will keep 
  12. trying until either it gets through or you abort it with the Esc 
  13. key.  PORTAL.ASP (for Procomm+ only) will try a specified number 
  14. of times (default ten) and if still unsuccessful it will hang up 
  15. and terminate.
  16.  
  17. PORTAL.ARC contains the following files:
  18.  
  19.      PORTAL.DOC - This documentation file
  20.      PORTAL.ASP - Script file for ProComm+ (ten attempts to 
  21. connect to Portal then disconnects)
  22.      PORTAL.CMD - Script file for ProComm 2.4 or ProComm+ 
  23. (infinite attempts to connect to Portal)
  24.  
  25.      Note that PORTAL.CMD will run on either ProComm or ProComm+.  
  26. PORTAL.ASP will only run on ProComm+.
  27.  
  28.               CUSTOMIZING PORTAL.CMD AND PORTAL.ASP
  29.  
  30.      Use your favorite ASCII editor or word processor that edits 
  31. ASCII files to configure these command files for your use.  The 
  32. following lines have to be changed for your user names and 
  33. passwords:
  34.  
  35.  
  36. ASSIGN S1 "c portal,pcpID,pcpPASSWORD^M"   ;*** Include PC Pursuit ID/pswd
  37. ASSIGN S2 "Portal user name^M"             ;*** Portal user name
  38. ASSIGN S3 "PortalPassword^M"               ;*** Portal password
  39.  
  40. .....  other code here  .....
  41.  
  42. DIAL "5"                ;*** Change to Telenet/Portal entry in dialing dir
  43.  
  44.      The ASSIGN S1 line must be changed to include your PC 
  45. Pursuit ID and password.  Use the format that's already in the 
  46. line.  If you don't use PC Pursuit, omit the PC Pursuit ID and 
  47. password; just include the "c portal^M".
  48.  
  49.      The ASSIGN S2 line must contain your Portal user name 
  50. (exactly as you type it) including the ^M at the end to send a 
  51. carriage return.
  52.  
  53.      The ASSIGN S3 line must contain your Portal password (make 
  54. sure you include it EXACTLY as you type it, including upper and 
  55. lower case letters).  Include ^M at the end to send a carriage 
  56. return.
  57.  
  58.      If you don't wish to use your pseudonym automatically, delete 
  59. the lines marked off by respective comments in the script file.
  60.  
  61.      The INIT N0 10 line (only in PORTAL.ASP) sets the number of 
  62. times to attempt to connect with Portal before hanging up.  The 
  63. default is 10 tries, but you can change this if you like by 
  64. changing the number 10 to whatever number of tries you want.
  65.  
  66.      The DIAL line must be changed to dial your Telenet access 
  67. number in the dialing directory.  This is only necessary if you 
  68. plan to execute the script file through the /F option at the DOS 
  69. prompt or with the Alt-F5 key. 
  70.  
  71.                     EXECUTING THE SCRIPT FILE
  72.  
  73.      You execute the script file the same as with any other 
  74. ProComm script file.  It can be called from the dialing directory 
  75. (linked to an entry) or executed stand-alone with the Alt-F5 
  76. keys.
  77.  
  78.                       IF YOU HAVE PROBLEMS
  79.  
  80.      If the script file doesn't work properly (particularly that 
  81. you get into Portal and the script file doesn't log you on 
  82. properly), check that you specified your User IDs and passwords 
  83. correctly.  If you get an error from ProComm, make sure you're 
  84. not running PORTAL.ASP from ProComm 2.4.
  85.  
  86.      If you continue to have problems, and you suspect a bug in 
  87. the script file (I've tested them, but problems might pop up in 
  88. unusual circumstances), leave a message at:
  89.  
  90.                        BBS - (603)228-3820
  91.                           GEnie - KPATZ
  92.                      CompuServe - 73007,3311
  93.